home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 7 / Apprentice-Release7.iso / Source Code / C / Applications / Moscow ML 1.42 / src / tools / mksmlopc < prev    next >
Encoding:
Text File  |  1997-08-18  |  103 b   |  5 lines  |  [TEXT/R*ch]

  1. while(<>) {
  2.   if (/^enum /) { $n = 0; }
  3.   if (/^  ([A-Z0-9_]*)/) { print "val $1 = $n;\n"; $n++; }
  4. }
  5.